From: Richard M. Stallman Date: Fri, 18 Jun 1993 21:40:46 +0000 (+0000) Subject: (compilation-error-regexp-alist): Generalize the X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~95235 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=6d68d7937b9a0a79ecaef2dfb264c52fccf0e2ce;p=emacs.git (compilation-error-regexp-alist): Generalize the Apollo/BSD4.3 regexp to handle IBM RS6k too. --- diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el index 619a3f13960..12b866ce3d8 100644 --- a/lisp/progmodes/compile.el +++ b/lisp/progmodes/compile.el @@ -131,7 +131,9 @@ or when it is used with \\[next-error] or \\[compile-goto-error].") ;; Apollo cc, 4.3BSD fc: ;; "foo.f", line 3: Error: syntax error near end of statement - ("\"\\([^,\" \n\t]+\\)\", line \\([0-9]+\\):" 1 2) + ;; IBM RS6000: + ;; "vvouch.c", line 19.5: 1506-046 (S) Syntax error. + ("\"\\([^,\" \n\t]+\\)\", line \\([0-9]+\\)[:.]" 1 2) ;; MIPS RISC CC - the one distributed with Ultrix: ;; ccom: Error: foo.c, line 2: syntax error